From 98bee59b28c0a4b835b4aedcd861b88ff4862884 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 20:54:21 +0000 Subject: [PATCH] (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu. --- lisp/menu-bar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 7494867bfa8..e67fb70eede 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -105,7 +105,7 @@ pending-undo-list) buffer-undo-list))) -(define-key global-map [menu-bar buffer] '("Buffers" . mouse-buffer-menu)) +(define-key global-map [menu-bar buffer] '("Buffers" . mouse-menu-bar-buffers)) (defvar complex-buffers-menu-p nil "*Non-nil says, offer a choice of actions after you pick a buffer. @@ -117,7 +117,7 @@ If this is 10, then only the ten most-recently-selected buffers are shown. If this is nil, then all buffers are shown. A large number or nil slows down menu responsiveness.") -(defun mouse-buffer-menu (event) +(defun mouse-menu-bar-buffers (event) "Pop up a menu of buffers for selection with the mouse. This switches buffers in the window that you clicked on, and selects that window." -- 2.30.2